Well, I solved the launching of CGoban thanks to the man startfluxbox like this:

#!/bin/bash exec fluxbox & fbpid=$! sleep 1 { xsetroot -cursor_name left_ptr -fg white -bg black & /usr/games/cgoban } & wait $fbpid

Hope It will help everybody about that kind of games with several windows.